home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1833 / 1833.xpi / chrome / m / yoono.com / sidebar.jar / sidebar / js / safeyoodgetwrapper.js < prev    next >
Text File  |  2009-12-16  |  542b  |  1 lines

  1. function SafeYoodgetWrapper(){this.base=YoodgetWrapper;this.base();this.allowed={logDebug:true,logError:true,yoodgetInSidebar:true,incStat:true,openUrl:true,singletonPopup:true,popup:true};this.externalYoodget=true}SafeYoodgetWrapper.prototype=new YoodgetWrapper;SafeYoodgetWrapper.prototype.filterForMethods=function(a){var c=false;try{if(a in this.allowed){c=true}}catch(b){this.YEXTIF.logError("SafeYoodgetWrapper.filterForMethods: "+b)}return(c)};SafeYoodgetWrapper.prototype.getYoodgetUrl=function(){return(this.url+"?yuid="+this.yuid)};